home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM20 / TFORM20.txt
Text File  |  2000-07-30  |  2KB  |  85 lines

  1. object Form20: TForm20
  2.   Left = 334
  3.   Top = 215
  4.   Width = 356
  5.   Height = 192
  6.   Caption = 'Customize Drop Box'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 324
  21.     Height = 16
  22.     Caption = 'Enter the customized size for the selected drop box and'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 10
  26.     Top = 30
  27.     Width = 239
  28.     Height = 16
  29.     Caption = 'click the Ok button to store the new size.'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 89
  33.     Top = 59
  34.     Width = 101
  35.     Height = 16
  36.     Caption = 'Horizontal bound:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 103
  40.     Top = 89
  41.     Width = 87
  42.     Height = 16
  43.     Caption = 'Vertical bound:'
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 39
  47.     Top = 118
  48.     Width = 71
  49.     Height = 31
  50.     Hint = 'Save the size indicated above'
  51.     Caption = 'Ok'
  52.     ParentShowHint = False
  53.     ShowHint = True
  54.     TabOrder = 0
  55.     OnClick = BitBtn1Click
  56.     Kind = bkOK
  57.   end
  58.   object BitBtn2: TBitBtn
  59.     Left = 217
  60.     Top = 118
  61.     Width = 89
  62.     Height = 31
  63.     Hint = 'Ignore changes'
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 1
  67.     OnClick = BitBtn2Click
  68.     Kind = bkCancel
  69.   end
  70.   object Edit1: TEdit
  71.     Left = 197
  72.     Top = 49
  73.     Width = 50
  74.     Height = 24
  75.     TabOrder = 2
  76.   end
  77.   object Edit2: TEdit
  78.     Left = 197
  79.     Top = 79
  80.     Width = 50
  81.     Height = 24
  82.     TabOrder = 3
  83.   end
  84. end
  85.